home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 2
/
Gold Medal Software Volume 2 (Gold Medal) (1994).iso
/
archive
/
ntzip.arj
/
SHIP.NT
< prev
next >
Wrap
Text File
|
1993-10-05
|
292b
|
15 lines
# Nmake macros for building Windows 32-Bit apps
!include <ntwin32.mak>
all: ship.exe
cflags = $(cflags) -DWIN32 -DMSDOS
ship.obj: ship.c
$(cc) $(cflags) $(cvars) ship.c
$(cvtobj) ship.obj
ship.exe: ship.obj
$(link) $(conflags) -out:ship.exe ship.obj $(conlibs)